arm: lib: Split asm symbols into different .text subsections
authorMarek Vasut <[email protected]>
Thu, 26 May 2016 16:01:46 +0000 (18:01 +0200)
committerTom Rini <[email protected]>
Fri, 3 Jun 2016 01:21:47 +0000 (21:21 -0400)
commit13b0a91a6d48736d2927edd63e59f3a9e76f6d34
tree7c57c27cfbc53b860bf6a61d4ff8f419440fc275
parent806f86bd826e7a0fbefd4f34c550df400905992a
arm: lib: Split asm symbols into different .text subsections

Split each symbol in lib1funcs into different .text.foo section instead
of placing all of them into plain .text . This allows the linker to collect
and discard unused assembler symbols.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Albert Aribaud <[email protected]>
Cc: Masahiro Yamada <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/lib/ashldi3.S
arch/arm/lib/ashrdi3.S
arch/arm/lib/div64.S
arch/arm/lib/lib1funcs.S
arch/arm/lib/lshrdi3.S
arch/arm/lib/muldi3.S
arch/arm/lib/uldivmod.S